This AgileShape can be used to move a custom list item from one list to another.
NOTE: If errors occur during the execution, a message will be written into the SharePoint Integration log file.
NOTE: This AgileShape is a specialized sub-type of the AgilePart AgileShape. Refer to the documentation for the AgilePart AgileShape for additional information about the properties and behavior that this sub-type inherits from the AgilePart AgileShape.
Design-Time Properties
NOTE: Since this AgileShape is a specialized sub-type of the AgilePart AgileShape, all of the standard properties supported by the AgilePart AgileShape are also supported by this AgileShape. Since they are already documented elsewhere, the standard AgilePart properties are not documented in this section. Refer to the documentation for the AgilePart AgileShape for information about the standard AgilePart properties. Additional design-time properties (other than the standard AgilePart properties) that are specific to this AgileShape are documented below.
Debug
Default value: False
This property determines whether the AgileShape will log additional progress and debugging messages to the AgilePoint Server log file at runtime. This property can be set to the following specific values:
- False
This value indicates that the AgileShape will not log additional progress and debugging messages to the AgilePoint Server log file at runtime.
- True
This value indicates that the AgileShape will log additional progress and debugging messages to the AgilePoint Server log file at runtime. These messages are often helpful in verifying that the AgileShape is functioning properly and/or with troubleshooting any problems or suspected problems with the AgileShape’s runtime behavior or configuration.
ListItemFieldName
Read Only
The name of the list item field to be moved.
ListItemFieldValue
Read Only
The value for which all corresponding fields will be moved.
MoveListItemsConfiguration
Specifies the configuration for moving list items from one list to another.
Source Site URL
Specifies the source SharePoint site URL that includes the list for which items are to be moved.
Source List Name
Specifies the name of the list that includes the list items to be moved.
Source Folder Name
Specifies the name of the folder that includes the list items to be moved.
ListItem Field Name
Specifies the name of the list item field to be moved to another list. This allows you to move only one field from a list item to another list.
ListItem Field Value
Specifies the value of the field to be moved. This can be used as a filtering mechanism where only fields with the specified value are moved to another list.
Target Site URL
Specifies the target SharePoint site URL that includes the list where the list items will be moved.
Target List Name
Specifies the name of the list where the list items will be moved.
Target Folder Name
Specifies the name of the folder where the list items will be moved. If the folder does not exist, the system will automatically create it.
SourceFolderName
Read Only
The name of the folder that includes the list items to be moved.
SourceListName
Read Only
The name of the list that includes the list items to be moved.
SourceSiteURL
Read Only
The source SharePoint site URL that includes the list items to be moved.
TargetFolderName
Read Only
The name of the folder where the list items will be moved.
TargetListName
Read Only
The name of the list where the list items will be moved.
TargetSiteURL
Read Only
The target SharePoint site URL where the list items will be moved.